Nevron.GraphicsCore Namespace / NPointFList Class / GetNearestPoint Method / GetNearestPoint(IList<NPointF>,NPointF) Method


In This Topic
    GetNearestPoint(IList<NPointF>,NPointF) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetNearestPoint( _
       ByVal points As System.Collections.Generic.IList(Of NPointF), _
       ByVal pt As NPointF _
    ) As NPointF
    'Usage
     
    
    Dim points As System.Collections.Generic.IList(Of NPointF)
    Dim pt As NPointF
    Dim value As NPointF
     
    value = NPointFList.GetNearestPoint(points, pt)
    public static NPointF GetNearestPoint( 
       System.Collections.Generic.IList<NPointF> points,
       NPointF pt
    )

    Parameters

    points
    pt
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also